Skip to main content
GET
[One Click Apps] Get application logs

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).

Path Parameters

app_id
string
required

Unique identifier of the deployed One Click App.

instance_id
string
required

Unique identifier of the compute instance.

organization_id
string
required

Unique identifier of the organization that owns the resource.

project_id
string
required

Unique identifier of the project containing the resource.

Query Parameters

lines
enum<integer>

Number of trailing log lines to return (default: 100).

Available options:
100,
1000,
500
service
string
required

Name of the sub service whose logs are requested.

timestamps
boolean

Prefix every line with its timestamp (default: false).

Response

service
string
required
read-only
lines
integer
required
read-only
text
string
required
read-only